home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 108 / modula / convertt.doc < prev    next >
Encoding:
Text File  |  1987-02-20  |  859 b   |  17 lines

  1.    ****  FLASH  ****  FLASH  ****  FLASH  ****  FLASH  ****  FLASH  **** 
  2.  
  3.      >>>>>>  Modula 2 and Assembly language united at last!  <<<<<<
  4.  
  5.        This program takes an object file and converts it directly to 
  6.     Modula-2 code statements.  Remember that Modula-2 adds it's own 
  7.     RTS to the end of each procedure and main module so don't add 
  8.     your last RTS in the assembler.  Also note that the only object
  9.     code that is converted is the code in the .text section.  .data
  10.     code is completely discarded (depends on the assembler though I
  11.     think.)  
  12.         To use:  Enter the object file to convert at the first file
  13.     selector box and the output file at the second one.  Compile, and 
  14.     link the output file or edit it and include it in other source.
  15.  
  16.     (Developed with TDI's Modula-2 ST by Mike Lamb.  [74375,1267])
  17.